home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / education / pe100.dms / pe100.adf / s / Startup-Sequence < prev   
Text File  |  1993-04-27  |  369b  |  19 lines

  1. setpatch >nil:
  2. resident cli l:shell-seg system pure add
  3. makedir ram:t
  4. assign T: ram:t ;set up T: directory for scripts
  5. makedir ram:env ; set up ENV: directory
  6. assign ENV: ram:env
  7. makedir ram:clipboards ;set up CLIPS: assign
  8. assign CLIPS: ram:clipboards
  9. mount newcon:
  10. mount speak: 
  11. mount aux:
  12. mount pipe:
  13. ;brun c/rslclock
  14. ;dmouse
  15. path ram:
  16. setmap gb
  17. loadwb
  18. endcli >nil:
  19.